Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C# by API
1) Microsoft Win32
2) System
3) System Collections
4) System Collections Generic
5) System Collections Specialized
6) System Componentmodel
7) System Configuration
8) System Data
9) System Data Common
10) System Data Linq
11) System Data Odbc
12) System Data Oledb
13) System Data Sql
14) System Data Sqlclient
15) System Diagnostics
16) System Directoryservices
17) System Drawing
18) System Drawing Drawing2d
19) System Drawing Imaging
20) System Drawing Printing
21) System Drawing Text
22) System Enterpriseservices
23) System Globalization
24) System IO
25) System IO Compression
26) System IO Isolatedstorage
27) System IO Ports
28) System Linq
29) System Management
30) System Media
31) System Messaging
32) System Net
33) System Net Mail
34) System Net Networknformation
35) System Net Sockets
36) System Reflection
37) System Resources
38) System Runtime
39) System Runtime Compilerservices
40) System Runtime Interopservices
41) System Runtime Remoting
42) System Runtime Remoting Channels
43) System Runtime Remoting Channels Http
44) System Runtime Remoting Messaging
45) System Runtime Serialization
46) System Runtime Serialization Formatters Binary
47) System Runtime Serialization Formatters Soap
48) System Security
49) System Security Accesscontrol
50) System Security Cryptography
51) System Security Cryptography X509certificates
52) System Security Permissions
53) System Security Policy
54) System Security Principal
55) System Serviceprocess
56) System Text
57) System Text Regularexpressions
58) System Threading
59) System Timers
60) System Web Security
61) System Web Services
62) System Windows Controls
63) System Windows Forms
64) System Xml
65) System Xml Linq
66) System Xml Schema
67) System Xml Serialization
68) System Xml Xpath
69) System Xml Xsl
System Collections
1) ArrayList Add
2) ArrayList AddRange
3) ArrayList BinarySearch
4) ArrayList Capacity
5) ArrayList Clear()
6) ArrayList Clone
7) ArrayList Contains
8) ArrayList CopyTo
9) ArrayList GetEnumerator()
10) ArrayList GetRange
11) ArrayList IndexOf
12) ArrayList Insert
13) ArrayList InsertRange()
14) ArrayList IsFixedSize
15) ArrayList IsReadOnly
16) ArrayList LastIndexOf
17) ArrayList Remove
18) ArrayList RemoveAt
19) ArrayList RemoveRange
20) ArrayList Reverse()
21) ArrayList SetRange
22) ArrayList Sort()
23) ArrayList Synchronized
24) ArrayList ToArray
25) ArrayList ToArray(typeof(T))
26) ArrayList TrimToSize()
27) BitArray Length
28) BitArray Not()
29) BitArray Or
30) BitArray Xor
31) Extends DictionaryBase
32) Hashtable Add
33) Hashtable ContainsKey
34) Hashtable ContainsValue
35) HashTable Keys
36) Hashtable Keys CopyTo
37) HashTable Remove
38) Hashtable Synchronized
39) Hashtable Values
40) Hashtable Values CopyTo
41) IDictionaryEnumerator MoveNext()
42) IDictionaryEnumerator Reset()
43) IEnumerable DescendantNodes()
44) IEnumerable DescendantNodesAndSelf()
45) IEnumerable DescendantsAndSelf(String tagName)
46) IEnumerable GetEnumerator()
47) IEnumerator Current
48) IEnumerator MoveNext()
49) IEnumerator Reset()
50) Implement IEnumerator
51) Implements IEnumerable
52) New ArrayList()
53) New ArrayList(Collection c)
54) New BitArray(byte[] b)
55) New BitArray(int size)
56) Queue Clear()
57) Queue Dequeue()
58) Queue Peek()
59) SortedList Add
60) SortedList ContainsValue()
61) SortedList Count
62) SortedList GetByIndex
63) SortedList GetKey
64) SortedList GetKeyList
65) SortedList GetValueList
66) SortedList IndexOfKey
67) SortedList Keys
68) SortedList Remove
69) SortedList RemoveAt
70) SortedList Values
71) Stack Count
72) Stack Peek()
73) Stack ToArray()